#!/bin/sh

# DraStic specifically needs to be told to stop so it doesn't backlog dynarec
# instructions while the cpu is clocking down before sleep fully completes
if pgrep drastic; then
    kill -STOP $(pidof drastic)
fi